**********************************
**********************************
**      BROUGHT TO YOU BY:	**
**********************************
**********************************
**				**
**	[TEAM ASSEMBLY]		**
**				**
**   www.team-assembly.com	**
**				**
****************************************************************************
* This is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
* 
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
****************************************************************************



****************************************************************************
**  SOURCE FILES INCLUDED IN THIS RELEASE: 
****************************************************************************
**
**	XKCRC.H 	- General CRC Class' Header
**	XKCRC.CPP	- General CRC Class' Implementation
**	XKEEPROM.H 	- XBOX EEPROM Class' Header
**	XKEEPROM.CPP 	- XBOX EEPROM Class' Implementation	
**	XKGENERAL.H 	- General Utility and Helper function Class' Header
**	XKGENERAL.CPP 	- General Utility and Helper function Implementation
**	XKHDD.H 	- Hard Disk Class Header
**	XKHDD.CPP 	- Hard Disk Class Implementation
**	XKRC4.H 	- General RC4 Encryption Class' Header
**	XKRC4.CPP 	- General RC4 Encryption Class' Implementation
**	XKSHA1.H 	- General SHA1 and HMAC_SHA1 Class' Header
**	XKSHA1.CPP 	- SHA1 and HMAC_SHA1 Class' Implementation
**	XKEXPORTS.H 	- A Bunch of Very useful XBOX Kernel Exports etc.
**	XKUTILS.H 	- XBOX Utility Library for doing COOL XBOX stuff
**	XKUTILS.H 	- XBOX Utility Library implementation
**
****************************************************************************




UPDATE LOG:
----------------------------------------------------------------------------
Date: 02/18/2003
By: UNDEAD [team-assembly]
Reason: Added XKUTILS and XKEXPORTS modules, updated some other Libs and
	Prepared for 0.2 Public release !
----------------------------------------------------------------------------
Date: 01/06/2003
By: UNDEAD [team-assembly]
Reason: Prepared for Public Release
----------------------------------------------------------------------------
